Int32NINumericInt32NLogicalOr Method

Computes the bitwise logical OR of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.LogicalOr(
	Int32N value
)

Parameters

value  Int32N
The value with which to compute the logical bitwise OR.

Return Value

Int32N
The bitwise logical OR of the current value and value.

Implements

INumericTSelfLogicalOr(TSelf)

See Also